* m/mips4.h (MIPS2): Go ahead and define this.
(C_DEBUG_SWITCH): Add -DMips and -g3, and up Olimit to 2000.
#define LOAD_AVE_CVT(x) (int) (((double) (x)) * 100.0 / 256.0)
+/* CDC EP/IX 1.4.3 uses /unix */
+
+#undef KERNEL_FILE
+#define KERNEL_FILE "/unix"
+
/* Define CANNOT_DUMP on machines where unexec does not work.
Then the function dump-emacs will not be defined
and temacs will do (load "loadup") automatically unless told otherwise. */
NOTE-END */
/* Define MIPS2 if you have an R6000 or R4000. */
-/* #define MIPS2 */
+#define MIPS2
#ifdef __GNUC__
#define C_DEBUG_SWITCH -g -O
#else
#ifdef MIPS2
-#define C_DEBUG_SWITCH -systype bsd43 -O -Olimit 791 -g3 -mips2
+#define C_DEBUG_SWITCH -DMips -systype bsd43 -g3 -O -Olimit 2000 -mips2
#else
-#define C_DEBUG_SWITCH -systype bsd43 -O -Olimit 791 -g3
+#define C_DEBUG_SWITCH -DMips -systype bsd43 -g3 -O -Olimit 2000
#endif
#endif
#endif
#define START_FILES pre-crt0.o /lib/crt1.o
-#define LIB_STANDARD -lmld -lc /lib/crtn.o
+#define LIB_STANDARD -lisode -lmld -lc /lib/crtn.o
#define COFF